@charset "utf-8";
/* CSS Document */
body {
	background: url(bg.png) no-repeat fixed top center;
	/* background-size:100% 100%; */
}
.head {
	width: 100%;
	background: #0066cc;
	height: 64px;
	line-height: 64px;
}
.login_box {
	float:right;
}
.login_box li {
	margin:0px 5px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size:16px;
}
.login_box li a {
	color:#fff;
	font-weight: normal
}
.box {
	width:1140px;
	margin: 0px auto
}
.logo {
	height :136px;
	background: url(logo.png) no-repeat left center;
}
.search {
	float:right;
	width: 400px;
	height: 50px;
	margin: 40px 0;
}
.search_text {
	width:290px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #fff;
	border-radius: 4px 0 0 4px;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	padding: 0px 10px
}
.search_btn {
	background: url(search_btn.png) no-repeat 10px 13px #0066cc;
	height: 50px;
	color: #fff;
	line-height: 50px;
	width: 90px;
	padding-left: 15px;
	border-radius:0 4px 4px 0;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	font-size: 16px;
	font-weight: bold
}
.menu {
	height:64px;
	line-height: 64px;
	background:#0066cc;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.3);
	padding: 0px 10px;
	border-radius: 4px;
}
.menu a {
	color: #fff;
	width: 111px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display:block;
	float: left
}
.menu a:hover {
	background:#006699;
}
.current {
	background:#006699;
}
.local {
	margin:20px 0;
}
.local a {
	color: #606266;
}
/*列表页*/
.news {
	display:table;
}
.news_menu {
	width:240px;
	background: #fff;
	border-radius: 4px;
	display: table-cell;
	overflow: auto
}
.news_list {
	width:868px;
	background: #fff;
	border-radius: 4px;
	display: table-cell
}
.news_title {
	margin: 22px 32px 10px 32px;
	border-bottom: solid 1px #E6EFF9;
	padding-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #0A65C8
}
.news_list_ul {
	margin:0px 32px;
	border-bottom: solid 1px #E6EFF9;
	;
}
.news_list_ul li {
	line-height: 48px;
	padding: 0px 15px;
}
.news_list_ul li a {
	color:#333;
	width:82%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: block;
	background: url(point.png) no-repeat left;
	padding-left: 12px;
}
.time {
	float:right;
}
.news_list_ul li:hover {
	background:#E6EFF9;
	border-radius:4px
}
.news_list_ul li:hover a {
	color: #0A65C8;
	font-weight: bold
}
.page {
	margin:15px 32px;
	float: left;
	width: 804px;
}
.page ul li {
	float:left;
	margin: 0px 5px;
}
.btn_first {
	background:url(icon_first.png) no-repeat center center;
	display: block;
	padding: 10px;
}
.btn_pre {
	background:url(icon_per.png) no-repeat center center;
	display: block;
	padding: 10px;
}
.btn_next {
	background:url(icon_next.png) no-repeat center center;
	;
	display: block;
	padding: 10px;
}
.btn_last {
	background:url(icon_last.png) no-repeat center center;
	;
	display: block;
	padding: 10px;
}
.page_select {
	background:#F0F4FF;
	padding: 5px;
	vertical-align: middle
}
.page_currrent {
	background:#F0F4FF;
	padding: 2px 5px;
}
.foot {
	background:#0A65C8;
	float: left;
	width: 100%;
	padding: 20px 0;
	margin: 30px 0 0 0;
	color: #FFFFFF;
	text-align: center;
}
.foot a {
	color:#fff;
	margin: 0px 6px;
}
.link {
	margin:20px;
}
.link span {
	margin-right:30px;
	font-weight: bold;
}
.map {
	text-align: left;
	width: 800px;
	margin: 0px auto;
	position: relative;
	padding-left: 80px;
	z-index:1;
}
.map p {
	line-height: 25px;
	font-size: 12px;
}
.map p a {
	font-size:16px;
}
.foot_img {
	position:absolute;
	top:0px;
	left:0px
}
/*详情页*/
.detail_box {
	background:#fff;
	padding: 40px 64px;
	border-radius: 4px;
	color: #333
}
.detail_title {
	text-align: center;
	color: #0A65C8;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.detail_author {
	background:#F4F9FF;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	margin: 20px 0;
}
.author_span {
	margin:0px 20px;
}
.author_label {
	color:#999999;
	margin-right: 10px;
}
.content {
	padding:10px 0;
}
.content p {
	text-indent:2em;
	line-height: 30px;
	margin: 10px 0
}
.content p:first-child {
	text-indent:0;
}
.fujian {
	background:#F4F9FF;
	border-radius: 4px;
	border-top: #0A65C8 solid 1px;
	padding:24px;
}
.fujian_title {
	color:#0A65C8;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.fujian ul {
	margin:10px 0;
}
.fujian ul li {
	background:url(down.png) no-repeat left;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold
}
.share {
	padding: 20px 0;
	text-align: right;
	color: #666
}
.share a {
	margin:0px 2px;
}
.share a img {
	vertical-align:middle;
}
.share label {
	margin-right:10px
}
.content_link {
	border-top:#E6EFF9 solid 1px;
	padding: 20px 0 0 0
}
.content_link a {
	display:block;
	line-height: 35px;
}
/*左侧导航*/
.expmenu li a.news_current {
	background: url(icon01.png) no-repeat 15px 20px #0A65C8;
	color: #fff
}
.expmenu li {
	border-radius: 4px;
	margin-bottom: 16px;
}
.expmenu li a {
	font-size: 16px;
	display: block;
	background: url(icon01_action.png) no-repeat 15px 20px #E6EFF9;
	border-radius: 4px;
	padding: 0px 10px 0px 30px;
	line-height: 48px;
	color: #0A65C8;
	font-weight: bold
}
.expmenu li.news_current {
	background: url(icon01.png) no-repeat 15px 20px #0A65C8;
}
.expmenu li.news_current a {
	color:#fff;
}
.expmenu {
	margin:24px 20px;
}
.expmenu li:last-child a.header {
	border-bottom:none;
}
.expmenu li ul {
	padding:10px 20px;
}
.expmenu li ul li {
}
.expmenu li ul li:last-child {
	border-bottom:none;
}
.expmenu li ul li.selected {
	color: #FF0A65C8
}
.expmenu li a .arrow {
	display:block;
	width:16px;
	height:16px;
	background:no-repeat center;
	float:right;
	margin-top: 16px;
}
.expmenu li a .arrow.up {
	background-image:url(arrow_u.png);
}
.expmenu li a .arrow.down {
	background-image:url(arrow_d.png);
}
.expmenu li ul li a {
	color:#333333;
	font-weight: normal;
	background: none;
	line-height: 30px;
}
.expmenu li .sec_menu {
	background:#E6EFF9;
	border-bottom: solid 2px #0A65C8;
	display:none;
}
/* Mouse Events */
.expmenu a:hover {
	background:url(icon01.png) no-repeat 15px 20px #0A65C8;/* Old browsers */
	color: #fff;
	cursor:pointer;
}
.expmenu li ul li a:hover {
	color:#0A65C8;
	font-weight: bold;
	background: none
}
.expmenu li ul li:not(.selected):hover {
cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active {
cursor:pointer;
}
/*政务互动*/
.zwhd_box {
	background:#fff;
	border-radius: 4px;
	padding:20px 32px;
}
.shipin {
	display: table;
	padding-top: 20px;
}
.shipin_title {
	color:#0A65C8;
	font-size: 16px;
	font-weight: bold;
	background: url(icon01_action.png) no-repeat left;
	padding-left: 20px;
	line-height: 40px;
}
.more {
	float: right;
	color: #999999;
	background: url(arror_r.png) no-repeat right;
	padding-right: 12px;
	font-size: 14px;
	font-weight: normal
}
.shipin_list {
	margin:20px 0;
}
.shipin_list li {
	width: 256px;
	height: 214px;
	background: #F4F9FF;
	border: solid 1px #DBEBFF;
	border-radius: 4px;
	padding: 8px;
	float: left;
	margin-right: 16px;
	overflow: hidden
}
.shipin_list li:last-child {
	margin: 0
}
.shipin_list li a {
	border-radius:4px;
	display: block;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hudong {
	display: table;
	clear: both
}
.hd_box {
	width:384px;
	margin-right: 32px;
}
.hudonglist {
	background:#F4F9FF;
	border-top: #0A65C8 solid 2px;
	padding: 16px;
	margin-top: 10px;
	height:240px;
}
.hudonglist li a {
	background:url(point.png) no-repeat left;
	padding-left: 12px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width: 95%;
	display: block
}
.hd_nmore {
	width:240px;
}
.hd_more_list li a {
	background:none;
	line-height: 30px;
}
.hd_list {
	background:#fff;
	padding:25px 10px;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	border-radius:4px;
	height: 200px;
}
.hd_list li {
	line-height:48px;
	color: #333;
}
.hd_list li a {
	background: none;
}
.hd_list li label {
	padding-left:12px;
	color: #999999;
	margin-right: 12px;
}
/*首页*/
.index_list {
	width: 1140px;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.2);
	border-radius:4px;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	display: table
}
.index_title {
	line-height: 30px;
	border-bottom: #CCCCCC solid 1px;
	color: #0A65C8;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family:Microsoft YaHei, Arial;
}
.index_title img {
	vertical-align:middle;
	margin-right: 16px;
}
/*网办大厅*/
.wbdt_list {
	margin-top:10px;
}
.wbdt_list li {
	width: 275px;
	height: 132px;
	float: left;
	color: #fff;
	line-height:132px;
}
.wbdt_list li a {
	margin-right: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 80px;
	line-height:30px;
	display: block;
	text-align: center;
	float: right;
	margin-top:45px;
	text-shadow:0px 2px 4px rgba(145, 66, 16, 0.47);
}
.wbdt_list li.grbs {
	background:url(wbdt_bg1.png) no-repeat;
}
.wbdt_list li.dwbs {
	background:url(wbdt_bg2.png) no-repeat;
}
.wbdt_list li.bsfw {
	background:url(wbdt_bg3.png) no-repeat;
}
.wbdt_list li.xgwjxz {
	background:url(wbdt_bg4.png) no-repeat;
}
.wbdt_list li.xgwjxz a {
	margin-top:30px;
	;
}
/*常用查询*/
.cycx_list {
	margin-top:10px;
}
.cycx_list li {
	width: 216px;
	height: 84px;
	float: left;
	color: #fff;
	line-height:84px;
}
.cycx_list li a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height:84px;
	display: inline-block;
	text-align: left;
	text-shadow:0px 2px 4px rgba(145, 66, 16, 0.47);
	margin-left: 40px;
}
.cycx_list li.ybyp {
	background:url(cycx_bg3.png) no-repeat;
}
.cycx_list li.ybbz {
	background:url(cycx_bg2.png) no-repeat;
}
.cycx_list li.ylzd {
	background:url(cycx_bg4.png) no-repeat;
}
.cycx_list li.sybz {
	background:url(cycx_bg1.png) no-repeat;
}
.cycx_list li.hzfw {
	background:url(cycx_bg5.png) no-repeat;
}
/*专题专栏*/
.ztzl_list {
	margin-top:10px;
}
.ztzl_list li {
	width: 275px;
	height: 200px;
	float: left;
	color: #fff;
	line-height:132px;
}
.ztzl_list li a {
	margin-right: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 250px;
	line-height:30px;
	display: block;
	text-align: center;
	float: right;
	margin-top:15px;
	text-shadow:0px 2px 4px rgba(145, 66, 16, 0.47);
}
/*政策解读*/
.index_list_half {
	width:360px;
	height: 310px;
	overflow: hidden;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.2);
	border-radius:4px;
	background: #fff;
	padding: 20px;*padding:10px;
}
.zcjd_list {
	margin-top: 10px;
}
.zcjd_list li {
	line-height:30px;
	;
}
.zcjd_list li a {
	width:70%;
	background: url(point.png) no-repeat left;
	padding-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	display: inline-block
}
.zcjd_list li span {
	float: right
}
/*有问有答*/
.ywyd_list {
	margin-top:10px;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: 10px;
	display: inline-block
}
.ywyd_list:last-child {
	border-bottom:none;
}
.ywyd_list li {
	line-height:30px;
	margin-bottom: 10px;
	float: left
}
.question {
	display:inline-block;
	width: 32px;
	height: 30px;
	background: #E6EFF9;
	border-radius: 4px;
	text-align: center;
	color: #0A65C8;
	font-weight: bold;
	float: left
}
.respond {
	display:inline-block;
	width: 32px;
	height: 30px;
	background: #FFE8E8;
	border-radius: 4px;
	text-align: center;
	color: #FF2828;
	font-weight: bold;
	float: left
}
.ywyd_list li a {
	float:left;
	display: inline-block;
	width: 260px;
	margin-left: 20px;
}
.question_title {
	color:#0A65C8;
	font-weight: bold
}
.respont_text {
	color:#666666;
	line-height: 25px;
}
.messages {
	margin:0 0 20px 0;
	float: left;
	width:1140px;
}
.messages_xx {
	width: 560px;
	background:url(messages.png) no-repeat left #fff;
	height:44px;
	padding-right: 10px;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	border-radius:4px;
	line-height: 44px;
}
.messages_xx a {
	color:#333;
	background: url(arrow_u.png) no-repeat right;
	padding-right: 12px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 430px;
	display: inline-block;
	margin-left:  110px;
}
.messages_gg {
	width: 560px;
	background:url(gonggao.png) no-repeat left #fff;
	height:44px;
	padding-right: 10px;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	border-radius:4px;
	line-height: 44px;
}
.messages_gg a {
	color:#333;
	background: url(arrow_u.png) no-repeat right;
	padding-right: 12px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 430px;
	display: inline-block;
	margin-left: 110px;
}
/*返回头部*/
.return_top {
	width:80px;
	position: fixed;
	right: 0;
	top:100px;
}
.return_list {
	width:80px;
	background: #fff;
	border-radius:4px;
	margin: 20px 0;
	padding: 10px 0;
}
.return_list li {
	text-align: center;
	line-height: 30px;
	padding: 5px 0;
}
.return_list li a {
	display:block;
	color: #0A65C8;
	font-weight: bold;
	font-size: 14px;
}
.return_list li hr {
	background:#EEEEEE;
	width: 40px;
	height: 1px;
	margin: 0 auto
}
/*新闻中心*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
}
.core {
	width: 1140px;
	margin: 0 auto;
}
/*正文*/
.contentlist {
	overflow: hidden;
	margin-bottom: 20px;
}
.content-n {
	width: 100%;
	float: left;
}
.contentlist .content-left {
	width: 220px;
	height:570px;
}
.contentlist .content-left ul {
	width: 100%;
	float: left;
	height: 570px;
	background-color: #1b65b9;
	padding: 20px 0;
}
.contentlist .content-left ul li.on, .contentlist .content-left ul li:hover {
	background:  url(nav_bg.png) no-repeat 82.23684%;
	border-left: none;
        background-size:230px 120px;
}
.addcolor {
	color: #1b65b9;
}
.contentlist .content-left ul li.on a, .contentlist .content-left ul li:hover a {
	color: #1b65b9;
}
.contentlist .content-left ul li {
	height: 92px;
	line-height: 92px;
	color: #fff;
	font-size: 19px;
	text-align: center;
	background: url(yb_pic_44.png) no-repeat 82.23684%;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #1b65b9;
	margin-top: 10px;
}
.contentlist .content-left ul li div {
	background-position: 100% 50% !important;
}
.contentlist .content-left ul li table {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 32.78688%;
	height: 100%;
}
.contentlist .content-left ul li table tr td {
	vertical-align: middle;
}
.contentlist .content-left ul li .one {
	background: url(ybj_sy_01_1.png) no-repeat;
}
.contentlist .content-left ul li.on .one, .contentlist .content-left ul li:hover .one {
	background:url(ybj_sy_01.png) no-repeat;
}
.contentlist .content-left ul li .two {
	background: url(ybj_sy_02_1.png) no-repeat;
}
.contentlist .content-left ul li.on .two, .contentlist .content-left ul li:hover .two {
	background: url(ybj_sy_02.png) no-repeat;
}
.contentlist .content-left ul li .three {
	background: url(ybj_sy_03_1.png) no-repeat;
}
.contentlist .content-left ul li.on .three, .contentlist .content-left ul li:hover .three {
	background:url(ybj_sy_03.png) no-repeat;
}
.contentlist .content-left ul li .four {
	background: url(ybj_sy_04_1.png) no-repeat;
}
.contentlist .content-left ul li.on .four, .contentlist .content-left ul li:hover .four {
	background:url(ybj_sy_04.png) no-repeat;
}
.contentlist .content-left ul li .five {
	background: url(ybj_sy_05_1.png) no-repeat;
}
.contentlist .content-left ul li.on .five, .contentlist .content-left ul li:hover .five {
	background:url(ybj_sy_05.png) no-repeat;
}
.contentlist .content-left ul li .six {
	background: url(ybj_sy_06_1.png) no-repeat;
}
.contentlist .content-left ul li.on .six, .contentlist .content-left ul li:hover .six {
	background: url(ybj_sy_06.png) no-repeat;
}
.contentlist .content-left ul li .seven {
	background: url(ybj_sy_07_1.png) no-repeat;
}
.contentlist .content-left ul li.on .seven, .contentlist .content-left ul li:hover .seven {
	background:url(ybj_sy_07.png) no-repeat;
}
.contentlist .content-left ul li .eight {
	background: url(ybj_sy_08_1.png) no-repeat;
}
.contentlist .content-left ul li.on .eight, .contentlist .content-left ul li:hover .eight {
	background:url(ybj_sy_08.png) no-repeat;
}
.contentlist .content-left ul li:first-child {    /*height: 69px;*/
}
.contentlist .content-left ul li a {
	width: 100%;
	height: 80px;
	display: inline-block;
	color: #fff;
	position: relative;
	float: left;
}
.contentlist .content-left ul .po {
	width: 22.95081%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
}
.contentlist .content-right {
	height: 570px;
	width: 918px;*width:auto;
	float: left;
	background: #fff;
	padding-left: 22px;
}
/*              轮播              */
.lunbo, .pc-lunbo, .mob-lunbo {
	width: 898px;
	float: left;
	position: relative;/* display: none; */
}
.mob-lunbo {
	display:none;
}
.contentlist .content-right .lunbo img {
	width: 898px;
}
.content-right .slideBox {
	width: 898px;
	height: 570px;
	float: left;
	position: relative;
	overflow: hidden;
}
.lunbo .slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 3px;
	bottom: 7px;
	z-index: 3;
}
.lunbo .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-right: 32px;
}
.lunbo .slideBox .hd ul li {
	float: left;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	line-height: 32px;
	text-align: center;
	background: url(yb_pic_32.png) no-repeat;
	cursor: pointer;
}
.lunbo .slideBox .hd ul li.on {
	width: 16px;
	height: 8px;
	background: url(yb_pic_33.png) no-repeat;
	color: #fff;
}
.lunbo .slideBox .bd {
	position: relative;
	height: 898px;
	z-index: 0;
}
.lunbo .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.lunbo .slideBox .bd li .inf {
	text-indent: 20px;
	width: 898px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	opacity: 0.6; /*background-color: #000;*/  /*filter:alpha(opacity=60);*/
	color: #fff;
	font-size: 15px;
}
.lunbo .slideBox .bd img {
	width: 898px;
	height: 570px;
	display: block;
}
.bd_imglist {
	position: relative;
	width: 898px;
	height: 570px;
}
.bd_imglist li {
	position: absolute;
	width: 762px;
	left: 0px;
	top: 0px;
	display: none;
}
.lunbo .slideBox .title_bg {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: 0.65;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=65);
}
.lunbo .slideBox .title {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 2;
	font-size: 17px;
	line-height: 50px;
	bottom: 0;
	left: 0;
}
.lunbo .slideBox .title ul {
	position: relative;
	height: 50px;
	width: 100%;
	float: left;
}
.lunbo .slideBox .title ul li {
	position: relative;
	height: 50px;
	width: 100%;
	float: left;
}
.lunbo .slideBox .title a {
	color: #fff;
	display: block;
	width: 88%;
	padding: 0 110px 0 20px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lunbo .slideBox .prev, .lunbo .slideBox .next {
	position:absolute;
	left:0%;
	top:50%;
	margin-top:-40px;
	display:block;
	width:45px;
	height:80px;
	background:url(right3.png) 0px 0px no-repeat;
	filter:alpha(opacity=50);
	z-index:11111;
	opacity:0.5;
	background-color:#ccc;
}
.lunbo .slideBox .prev {
	position:absolute;
	left:0%;
	top:50%;
	margin-top:-40px;
	display:block;
	width:45px;
	height:80px;
	background:url(left3.png) 0px 0px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:11111;
	background-color:#ccc;
}
.lunbo .slideBox .next {
	left:auto;
	right:0%;
}
.lunbo .slideBox .prev:hover, .lunbo .slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.lunbo .slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
/*时政要闻*/
.tab {
	padding-right: 3.63636%;
}
.szyw {
	width: 100%;
}
.szyw li {
	width: 100%;
	height: 84px;
	margin-top: 25px;
	overflow: hidden;
}
.szyw li:first-child {
	margin-top: 20px;
}
.szyw li .left-pic {
	float: left;
	height: 82px;
	width: 15.53086%;
	margin-right: 3.02267%;
}
.szyw li .left-pic > img {
	width: 100%;
	height: 82px;
}
.szyw li .right-txt {
	float: left;
	height: 82px;
	width: 81.01234%;
}
.szyw li .right-txt div {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
}
.szyw li .right-txt div a {
	width: 100%;
	color: #1b65b9;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.szyw li .right-txt p {
	font-size: 15px;
	line-height: 25px;
}
.szyw li .right-txt p:hover {
	color: #1b65b9;
}
.szyw li .right-txt p a {
	color: #666666;
}
/* 医保动态 */
.ybxw {
	width: 100%;
}
.ybxw .news_head {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.ybxw .news_head ul {
	float: left;
}
.ybxw .news_head ul li {
	color: #1b65b9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-right: 12px;
}
.ybxw .news_head ul li a {
	color: #1b65b9;
	font-size: 19px;
	width:100%;
}
.col {
	border-bottom: 3px solid #1b65b9;
}
.ybxw .news_head a {
	color: #999999;
	font-size: 13px;
}
.ybxw .news_head > a {
	display: none;
}
.ybxw .news_head .one {
	display: block;
	float: right;
}
.ybxw .cont .localnews li {
	margin-top: 0px;
}
/* 政策法规
    数据信息       医保动态地方    信息公开   机关党建*/
.zcfg, .sjxx {
	width: 100%;
}
.zcfg .news_head, .sjxx .news_head, .jgdj .news_head {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.zcfg .news_head ul, .sjxx .news_head ul, .jgdj .news_head ul {
	float: left;
}
.zcfg .news_head ul li, .sjxx .news_head ul li, .jgdj .news_head ul li {
	color: #1b65b9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-right: 22px;
}
.col {
	border-bottom: 3px solid #1b65b9;
}
.zcfg .news_head a, .sjxx .news_head a, .jgdj .news_head a {
	color: #999999;
	font-size: 13px;
	float: right;
}
.localnews {
	height: 550px;
	overflow: hidden
}
.zcfg .cont ul, .sjxx .cont ul, .ybxw .cont .localnews {
	margin-top: 18px;
	font-size: 17px;
}
.zcfg .cont ul li, .sjxx .cont ul li, .ybxw .cont .localnews li {
	overflow: hidden;
	background: url(yb_pic_35.png) no-repeat left;
	position: relative;
}
.zcfg .cont ul li a, .sjxx .cont ul li a, .ybxw .cont .localnews li a {
	display: inline-block;
	text-indent: 17px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	right: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcfg .cont ul li span, .sjxx .cont ul li span, .ybxw .cont .localnews li span, .xxgk .cont ul li span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: right;
}
.zcfg .cont ul li a:hover, .sjxx .cont ul li a:hover.ybxw .cont .localnews li a:hover {
	color: #1b65b9;
}
/* 机构设置 */
.jgzn {
	width: 100%;
}
.jgzn .news_head {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.jgzn .news_head ul {
	float: left;
}
.jgzn .news_head ul li {
	color: #1b65b9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-right: 22px;
}
.jgzn .news_head ul li:hover {
	border-bottom: 3px solid #1b65b9;
}
.col {
	border-bottom: 3px solid #1b65b9;
}
.jgzn .news_head a {
	color: #999999;
	font-size: 13px;
}
.jgzn .news_head li a {
	color:#1b65b9;
	font-size:19px;
	line-height:50px;
}
.jgzn .news_head > a {
	display: none;
}
.jgzn .news_head .one {
	display: block;
	float: right;
}
.jgzn .cont p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 30px;
}
.jgzn .cont p:first-child {
	margin-top: 20px;
}
.jgzn .cont p a {
	display: inline;
	color: #1b65b9;
}
.wbdt_imglist {
	margin:20px 15px;
}
.wbdt_imglist li {
	width:276px;
	height: 272px;
	float: left;
}
.wbdt_imglist li img {
	width:276px;
	height: 272px;
}
.cxyb_imglist {
	margin:20px 30px;
}
.cxyb_imglist li {
	width:375px;
	height: 260px;
	float: left;
	margin: 5px 10px;
}
.cxyb_imglist li img {
	width:375px;
	height: 260px;
}
#getdate {
	color:#fff;
	float:left;
	display: inline-block
}
/*logo图片轮播*/
.login_title {
	margin-left:100px;
	;
}
.anim_fade_image {
	position: relative;
	top: 95px;
	left: 20px;
	display: inline-block;
	overflow: hidden;
	height:24px;
	padding: 0px;
}
.anim_fade_image2 {
	position: relative;
	top: 95px;
	left: 20px;
	display: inline-block;
	overflow: hidden;
	height: 24px;
	padding: 0px;
}
.search_list {
	background: #fff;
	border-radius:4px;
	padding: 20px 0;
	float: left
}
.search_list .page {
	width:1070px;
	;
}